home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / DockExtenders / Launch / Source / Main.h < prev    next >
Text File  |  1993-12-13  |  407b  |  30 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface Main:Object
  7. {
  8.     id    executeItem;
  9.     id    openItem;
  10.     id    onautoSwitch;
  11.     id    logoutSwitch;
  12.     id    prefsPanel;
  13. }
  14.  
  15. - ask:(char *)script;
  16. - execute:(char *)script;
  17. - executeLogin:sender;
  18. - executeLogout:sender;
  19.  
  20. - open:(char *)script;
  21. - openLogin:sender;
  22. - openLogout:sender;
  23.  
  24. - readPrefs;
  25. - writePrefs;
  26. - showPrefs:sender;
  27. - okPrefs:sender;
  28.  
  29. @end
  30.